-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] The interface multiscale_output is defined but not used #830
Conversation
Kindly ping@Junjun2016 |
Let me help you @Junjun2016 |
Hi @AronLin |
Codecov Report
@@ Coverage Diff @@
## master #830 +/- ##
==========================================
+ Coverage 88.73% 88.77% +0.04%
==========================================
Files 107 107
Lines 5805 5809 +4
Branches 932 933 +1
==========================================
+ Hits 5151 5157 +6
+ Misses 462 461 -1
+ Partials 192 191 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @AronLin |
…mlab#830) * Add interface multiscale_output * Add space between args and their types * Fix default value
* Add unified SMPL-like model interface and builder
The interface
multiscale_output
is defined in_make_stage
but never used.HRNet should be allowed to output a one-level feature in stage 4.
So we should use
multiscale_output
while making stage 4 and add interfacemultiscale_output
in the initialization function of HRNet.Add unit test for HRNet in this PR, too.